home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / cvs-1.8 / cvs-1 / cvs-1.8.1 / config.h.in < prev    next >
Encoding:
Text File  |  1996-05-06  |  5.3 KB  |  211 lines

  1. /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  2.  
  3. /* Define if on AIX 3.
  4.    System headers sometimes define this.
  5.    We just want to avoid a redefinition error message.  */
  6. #ifndef _ALL_SOURCE
  7. #undef _ALL_SOURCE
  8. #endif
  9.  
  10. /* Define if type char is unsigned and you are not using gcc.  */
  11. #ifndef __CHAR_UNSIGNED__
  12. #undef __CHAR_UNSIGNED__
  13. #endif
  14.  
  15. /* Define to empty if the keyword does not work.  */
  16. #undef const
  17.  
  18. /* Define to `int' if <sys/types.h> doesn't define.  */
  19. #undef gid_t
  20.  
  21. /* Define if you support file names longer than 14 characters.  */
  22. #undef HAVE_LONG_FILE_NAMES
  23.  
  24. /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
  25. #undef HAVE_SYS_WAIT_H
  26.  
  27. /* Define if utime(file, NULL) sets file's timestamp to the present.  */
  28. #undef HAVE_UTIME_NULL
  29.  
  30. /* Define as __inline if that's what the C compiler calls it.  */
  31. #undef inline
  32.  
  33. /* Define if on MINIX.  */
  34. #undef _MINIX
  35.  
  36. /* Define to `int' if <sys/types.h> doesn't define.  */
  37. #undef mode_t
  38.  
  39. /* Define to `int' if <sys/types.h> doesn't define.  */
  40. #undef pid_t
  41.  
  42. /* Define if the system does not provide POSIX.1 features except
  43.    with this defined.  */
  44. #undef _POSIX_1_SOURCE
  45.  
  46. /* Define if you need to in order for stat and other things to work.  */
  47. #undef _POSIX_SOURCE
  48.  
  49. /* Define as the return type of signal handlers (int or void).  */
  50. #undef RETSIGTYPE
  51.  
  52. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  53. #undef size_t
  54.  
  55. /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
  56. #undef STAT_MACROS_BROKEN
  57.  
  58. /* Define if you have the ANSI C header files.  */
  59. #undef STDC_HEADERS
  60.  
  61. /* Define if you can safely include both <sys/time.h> and <time.h>.  */
  62. #undef TIME_WITH_SYS_TIME
  63.  
  64. /* Define to `int' if <sys/types.h> doesn't define.  */
  65. #undef uid_t
  66.  
  67. /* Define if you have MIT Kerberos version 4 available.  */
  68. #undef HAVE_KERBEROS
  69.  
  70. /* Define if you want CVS to be able to be a remote repository client.  */
  71. #undef CLIENT_SUPPORT
  72.  
  73. /* Define if you want CVS to be able to serve repositories to remote
  74.    clients.  */
  75. #undef SERVER_SUPPORT
  76.  
  77. /* Define if you want to use the password authenticated server.  */
  78. #undef AUTH_SERVER_SUPPORT
  79.  
  80. /* The number of bytes in a int.  */
  81. #undef SIZEOF_INT
  82.  
  83. /* The number of bytes in a long.  */
  84. #undef SIZEOF_LONG
  85.  
  86. /* Define if you have the connect function.  */
  87. #undef HAVE_CONNECT
  88.  
  89. /* Define if you have the fchdir function.  */
  90. #undef HAVE_FCHDIR
  91.  
  92. /* Define if you have the fchmod function.  */
  93. #undef HAVE_FCHMOD
  94.  
  95. /* Define if you have the fsync function.  */
  96. #undef HAVE_FSYNC
  97.  
  98. /* Define if you have the ftime function.  */
  99. #undef HAVE_FTIME
  100.  
  101. /* Define if you have the ftruncate function.  */
  102. #undef HAVE_FTRUNCATE
  103.  
  104. /* Define if you have the getpagesize function.  */
  105. #undef HAVE_GETPAGESIZE
  106.  
  107. /* Define if you have the krb_get_err_text function.  */
  108. #undef HAVE_KRB_GET_ERR_TEXT
  109.  
  110. /* Define if you have the mkfifo function.  */
  111. #undef HAVE_MKFIFO
  112.  
  113. /* Define if you have the putenv function.  */
  114. #undef HAVE_PUTENV
  115.  
  116. /* Define if you have the setvbuf function.  */
  117. #undef HAVE_SETVBUF
  118.  
  119. /* Define if you have the sigaction function.  */
  120. #undef HAVE_SIGACTION
  121.  
  122. /* Define if you have the sigblock function.  */
  123. #undef HAVE_SIGBLOCK
  124.  
  125. /* Define if you have the sigprocmask function.  */
  126. #undef HAVE_SIGPROCMASK
  127.  
  128. /* Define if you have the sigsetmask function.  */
  129. #undef HAVE_SIGSETMASK
  130.  
  131. /* Define if you have the sigvec function.  */
  132. #undef HAVE_SIGVEC
  133.  
  134. /* Define if you have the timezone function.  */
  135. #undef HAVE_TIMEZONE
  136.  
  137. /* Define if you have the vfork function.  */
  138. #undef HAVE_VFORK
  139.  
  140. /* Define if you have the vprintf function.  */
  141. #undef HAVE_VPRINTF
  142.  
  143. /* Define if you have the <direct.h> header file.  */
  144. #undef HAVE_DIRECT_H
  145.  
  146. /* Define if you have the <dirent.h> header file.  */
  147. #undef HAVE_DIRENT_H
  148.  
  149. /* Define if you have the <errno.h> header file.  */
  150. #undef HAVE_ERRNO_H
  151.  
  152. /* Define if you have the <fcntl.h> header file.  */
  153. #undef HAVE_FCNTL_H
  154.  
  155. /* Define if you have the <io.h> header file.  */
  156. #undef HAVE_IO_H
  157.  
  158. /* Define if you have the <memory.h> header file.  */
  159. #undef HAVE_MEMORY_H
  160.  
  161. /* Define if you have the <ndbm.h> header file.  */
  162. #undef HAVE_NDBM_H
  163.  
  164. /* Define if you have the <ndir.h> header file.  */
  165. #undef HAVE_NDIR_H
  166.  
  167. /* Define if you have the <string.h> header file.  */
  168. #undef HAVE_STRING_H
  169.  
  170. /* Define if you have the <sys/bsdtypes.h> header file.  */
  171. #undef HAVE_SYS_BSDTYPES_H
  172.  
  173. /* Define if you have the <sys/dir.h> header file.  */
  174. #undef HAVE_SYS_DIR_H
  175.  
  176. /* Define if you have the <sys/ndir.h> header file.  */
  177. #undef HAVE_SYS_NDIR_H
  178.  
  179. /* Define if you have the <sys/param.h> header file.  */
  180. #undef HAVE_SYS_PARAM_H
  181.  
  182. /* Define if you have the <sys/resource.h> header file.  */
  183. #undef HAVE_SYS_RESOURCE_H
  184.  
  185. /* Define if you have the <sys/select.h> header file.  */
  186. #undef HAVE_SYS_SELECT_H
  187.  
  188. /* Define if you have the <sys/time.h> header file.  */
  189. #undef HAVE_SYS_TIME_H
  190.  
  191. /* Define if you have the <sys/timeb.h> header file.  */
  192. #undef HAVE_SYS_TIMEB_H
  193.  
  194. /* Define if you have the <unistd.h> header file.  */
  195. #undef HAVE_UNISTD_H
  196.  
  197. /* Define if you have the <utime.h> header file.  */
  198. #undef HAVE_UTIME_H
  199.  
  200. /* Define if you have the inet library (-linet).  */
  201. #undef HAVE_LIBINET
  202.  
  203. /* Define if you have the nsl library (-lnsl).  */
  204. #undef HAVE_LIBNSL
  205.  
  206. /* Define if you have the nsl_s library (-lnsl_s).  */
  207. #undef HAVE_LIBNSL_S
  208.  
  209. /* Define if you have the socket library (-lsocket).  */
  210. #undef HAVE_LIBSOCKET
  211.